home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / recovinfo / RCS / recovinfo.man,v < prev   
Encoding:
Text File  |  1989-12-13  |  1.8 KB  |  63 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    mgbaker:1.1; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     89.12.12.17.54.14;  author mgbaker;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Initial copy.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @' $Header: /a/newcmds/rpcstat/RCS/rpcstat.man,v 1.5 89/06/23 15:49:59 brent Exp $ SPRITE (Berkeley)
  27. .so \*(]ltmac.sprite
  28. .HS RECOVINFO cmds
  29. .BS
  30. .SH NAME
  31. recovinfo \- Print out statistics about the potential state of recovery
  32. .SH SYNOPSIS
  33. \fBrecovinfo\fR  -[\foptions\fR]
  34. .SH OPTIONS
  35. .IP "\fB\-verbose\fR" 14
  36. Print out all available information.
  37. .IP "\fB\-fileID\fR"
  38. Include the unique file ID's in the printed information.
  39. .IP "\fB\-streamInfo\fP"
  40. Include information about streams along with the I/O handle information.
  41. .IP "\fB\-files\fP"
  42. Print information only about objects of type local or remote file.
  43. .IP "\fB\-all\fP"
  44. Include information about I/O handles that wouldn't be recovered.
  45. .IP "\fB\-names\fP"
  46. Print the names, reference counts and cache information of the objects.
  47. .IP "\fB\-server\fP \fIserverName\fP"
  48. Only include information about recovery for objects on this server.
  49. .BE
  50. .SH INTRODUCTION
  51. This command prints out information about what I/O and stream handles would
  52. need to be recovered if access to servers were interrupted.  Without any
  53. arguments, it just prints a summary of information, including the number
  54. of file I/O handles that would need to be recovered, the number of files
  55. with no associated stream, the number of files with no stream and no
  56. cache blocks, the number of files with no stream and no dirty blocks, the
  57. number of files with dirty blocks, and the total number of handles that would
  58. need to be recovered at this time.  This summary information is useful
  59. for determining where we can discard work in our recovery system.
  60. .SH KEYWORDS
  61. recovery, handles
  62. @
  63.